FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "media-modality"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://terminology.hl7.org/CodeSystem/media-modality defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">diagram\n <a name=\"media-modality-diagram\"> </a>\n </td>\n <td>Diagram</td>\n <td>A diagram. Often used in diagnostic reports</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">fax\n <a name=\"media-modality-fax\"> </a>\n </td>\n <td>Fax</td>\n <td>A digital record of a fax document</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">scan\n <a name=\"media-modality-scan\"> </a>\n </td>\n <td>Scanned Document</td>\n <td>A digital scan of a document. This is reserved for when there is not enough metadata to create a document reference</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">retina\n <a name=\"media-modality-retina\"> </a>\n </td>\n <td>Retina Scan</td>\n <td>A retinal image used for identification purposes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">fingerprint\n <a name=\"media-modality-fingerprint\"> </a>\n </td>\n <td>Fingerprint</td>\n <td>A finger print scan used for identification purposes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">iris\n <a name=\"media-modality-iris\"> </a>\n </td>\n <td>Iris Scan</td>\n <td>An iris scan used for identification purposes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">palm\n <a name=\"media-modality-palm\"> </a>\n </td>\n <td>Palm Scan</td>\n <td>A palm scan used for identification purposes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">face\n <a name=\"media-modality-face\"> </a>\n </td>\n <td>Face Scan</td>\n <td>A face scan used for identification purposes</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4b.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "oo" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/media-modality"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "MediaSubType"] ; #
fhir:title [ fhir:v "Media SubType"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-13T16:38:45-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Orders and Observations"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Orders and Observations" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ] ] )
] ) ; #
fhir:description [ fhir:v "Detailed information about the type of the image - its kind, purpose, or the kind of equipment used to generate it."] ; #
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:copyright [ fhir:v "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "diagram" ] ;
fhir:display [ fhir:v "Diagram" ] ;
fhir:definition [ fhir:v "A diagram. Often used in diagnostic reports" ]
] [
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "Fax" ] ;
fhir:definition [ fhir:v "A digital record of a fax document" ]
] [
fhir:code [ fhir:v "scan" ] ;
fhir:display [ fhir:v "Scanned Document" ] ;
fhir:definition [ fhir:v "A digital scan of a document. This is reserved for when there is not enough metadata to create a document reference" ]
] [
fhir:code [ fhir:v "retina" ] ;
fhir:display [ fhir:v "Retina Scan" ] ;
fhir:definition [ fhir:v "A retinal image used for identification purposes" ]
] [
fhir:code [ fhir:v "fingerprint" ] ;
fhir:display [ fhir:v "Fingerprint" ] ;
fhir:definition [ fhir:v "A finger print scan used for identification purposes" ]
] [
fhir:code [ fhir:v "iris" ] ;
fhir:display [ fhir:v "Iris Scan" ] ;
fhir:definition [ fhir:v "An iris scan used for identification purposes" ]
] [
fhir:code [ fhir:v "palm" ] ;
fhir:display [ fhir:v "Palm Scan" ] ;
fhir:definition [ fhir:v "A palm scan used for identification purposes" ]
] [
fhir:code [ fhir:v "face" ] ;
fhir:display [ fhir:v "Face Scan" ] ;
fhir:definition [ fhir:v "A face scan used for identification purposes" ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
