FHIR Cross-Version Extensions package for FHIR R5 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 "verificationresult-primary-source-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://hl7.org/fhir/verificationresult-primary-source-type 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 </tr>\n <tr>\n <td style=\"white-space:nowrap\">lic-board\n <a name=\"verificationresult-primary-source-type-lic-board\"> </a>\n </td>\n <td>License Board</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">prim\n <a name=\"verificationresult-primary-source-type-prim\"> </a>\n </td>\n <td>Primary Education</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">cont-ed\n <a name=\"verificationresult-primary-source-type-cont-ed\"> </a>\n </td>\n <td>Continuing Education</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">post-serv\n <a name=\"verificationresult-primary-source-type-post-serv\"> </a>\n </td>\n <td>Postal Service</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">rel-own\n <a name=\"verificationresult-primary-source-type-rel-own\"> </a>\n </td>\n <td>Relationship owner</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">reg-auth\n <a name=\"verificationresult-primary-source-type-reg-auth\"> </a>\n </td>\n <td>Registration Authority</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">legal\n <a name=\"verificationresult-primary-source-type-legal\"> </a>\n </td>\n <td>Legal source</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">issuer\n <a name=\"verificationresult-primary-source-type-issuer\"> </a>\n </td>\n <td>Issuing source</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">auth-source\n <a name=\"verificationresult-primary-source-type-auth-source\"> </a>\n </td>\n <td>Authoritative source</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.r5" ] ] [
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 "pa" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/verificationresult-primary-source-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "primary-source-type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2018-06-06T00:06:02+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Patient Administration"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Patient Administration" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ] ] )
] ) ; #
fhir:description [ fhir:v "Type of the validation primary source"] ; #
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/primary-source-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/primary-source-type>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "lic-board" ] ;
fhir:display [ fhir:v "License Board" ]
] [
fhir:code [ fhir:v "prim" ] ;
fhir:display [ fhir:v "Primary Education" ]
] [
fhir:code [ fhir:v "cont-ed" ] ;
fhir:display [ fhir:v "Continuing Education" ]
] [
fhir:code [ fhir:v "post-serv" ] ;
fhir:display [ fhir:v "Postal Service" ]
] [
fhir:code [ fhir:v "rel-own" ] ;
fhir:display [ fhir:v "Relationship owner" ]
] [
fhir:code [ fhir:v "reg-auth" ] ;
fhir:display [ fhir:v "Registration Authority" ]
] [
fhir:code [ fhir:v "legal" ] ;
fhir:display [ fhir:v "Legal source" ]
] [
fhir:code [ fhir:v "issuer" ] ;
fhir:display [ fhir:v "Issuing source" ]
] [
fhir:code [ fhir:v "auth-source" ] ;
fhir:display [ fhir:v "Authoritative source" ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r5#0.0.1-snapshot-2 based on FHIR 5.0.0. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
