TerminologyThis is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Responsible Owner: Terminology Infrastructure Work Group | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemPropertyType
@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/concept-property-type> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "concept-property-type"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-11-02T07:18:37.974+00:00"^^xsd:dateTime ] ;
fhir:profile ( [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem concept-property-type</b></p><a name=\"concept-property-type\"> </a><a name=\"hcconcept-property-type\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/concept-property-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\">code<a name=\"concept-property-type-code\"> </a></td><td>code (internal reference)</td><td>The property value is a code that identifies a concept defined in the code system.</td></tr><tr><td style=\"white-space:nowrap\">Coding<a name=\"concept-property-type-Coding\"> </a></td><td>Coding (external reference)</td><td>The property value is a code defined in an external code system. This may be used for translations, but is not the intent.</td></tr><tr><td style=\"white-space:nowrap\">string<a name=\"concept-property-type-string\"> </a></td><td>string</td><td>The property value is a string.</td></tr><tr><td style=\"white-space:nowrap\">integer<a name=\"concept-property-type-integer\"> </a></td><td>integer</td><td>The property value is an integer (often used to assign ranking values to concepts for supporting score assessments).</td></tr><tr><td style=\"white-space:nowrap\">boolean<a name=\"concept-property-type-boolean\"> </a></td><td>boolean</td><td>The property value is a boolean true | false.</td></tr><tr><td style=\"white-space:nowrap\">dateTime<a name=\"concept-property-type-dateTime\"> </a></td><td>dateTime</td><td>The property is a date or a date + time.</td></tr><tr><td style=\"white-space:nowrap\">decimal<a name=\"concept-property-type-decimal\"> </a></td><td>decimal</td><td>The property value is a decimal number.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
] ;
fhir:value [
a fhir:Code ;
fhir:v "vocab"
]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
] ;
fhir:value [
a fhir:Code ;
fhir:v "normative"
]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version>
] ;
fhir:value [
a fhir:Code ;
fhir:v "4.0.0"
]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
] ;
fhir:value [
a fhir:Integer ;
fhir:v 5
]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/concept-property-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-property-type>
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>
] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.781" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>
] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.764" ]
] ) ; #
fhir:version [ fhir:v "6.0.0-ballot3"] ; #
fhir:name [ fhir:v "PropertyType"] ; #
fhir:title [ fhir:v "Property Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; #
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://www.hl7.org/Special/committees/Vocab/index.cfm" ]
] )
] ) ; #
fhir:description [ fhir:v "The type of a property value."] ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/concept-property-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/ValueSet/concept-property-type>
] ; #
fhir:hierarchyMeaning [] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "code" ] ;
fhir:display [ fhir:v "code (internal reference)" ] ;
fhir:definition [ fhir:v "The property value is a code that identifies a concept defined in the code system." ]
] [
fhir:code [ fhir:v "Coding" ] ;
fhir:display [ fhir:v "Coding (external reference)" ] ;
fhir:definition [ fhir:v "The property value is a code defined in an external code system. This may be used for translations, but is not the intent." ]
] [
fhir:code [ fhir:v "string" ] ;
fhir:display [ fhir:v "string" ] ;
fhir:definition [ fhir:v "The property value is a string." ]
] [
fhir:code [ fhir:v "integer" ] ;
fhir:display [ fhir:v "integer" ] ;
fhir:definition [ fhir:v "The property value is an integer (often used to assign ranking values to concepts for supporting score assessments)." ]
] [
fhir:code [ fhir:v "boolean" ] ;
fhir:display [ fhir:v "boolean" ] ;
fhir:definition [ fhir:v "The property value is a boolean true | false." ]
] [
fhir:code [ fhir:v "dateTime" ] ;
fhir:display [ fhir:v "dateTime" ] ;
fhir:definition [ fhir:v "The property is a date or a date + time." ]
] [
fhir:code [ fhir:v "decimal" ] ;
fhir:display [ fhir:v "decimal" ] ;
fhir:definition [ fhir:v "The property value is a decimal number." ]
] ) . #
# -------------------------------------------------------------------------------------
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-ballot3 generated on Sun, Nov 2, 2025 07:20+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change