Active as of 2024-12-23 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "OrganizationType"] ; #
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 OrganizationType</b></p><a name=\"OrganizationType\"> </a><a name=\"hcOrganizationType\"> </a><a name=\"OrganizationType-en-US\"> </a><p>This case-sensitive code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType</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\">Participant<a name=\"OrganizationType-Participant\"> </a></td><td>Participant</td></tr><tr><td style=\"white-space:nowrap\">Subparticipant<a name=\"OrganizationType-Subparticipant\"> </a></td><td>Subparticipant</td></tr><tr><td style=\"white-space:nowrap\">Implementer<a name=\"OrganizationType-Implementer\"> </a></td><td>Implementer</td></tr><tr><td style=\"white-space:nowrap\">Connection<a name=\"OrganizationType-Connection\"> </a></td><td>Connection</td></tr><tr><td style=\"white-space:nowrap\">QHIN<a name=\"OrganizationType-QHIN\"> </a></td><td>QHIN</td></tr><tr><td style=\"white-space:nowrap\">Child<a name=\"OrganizationType-Child\"> </a></td><td>Child</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.0"] ; #
fhir:name [ fhir:v "OrganizationType"] ; #
fhir:title [ fhir:v "Organization Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-12-23T16:26:05-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "The Sequoia Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes used in Organization.type"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "Participant" ] ;
fhir:display [ fhir:v "Participant" ] ;
fhir:definition [ fhir:v "Participant" ]
] [
fhir:code [ fhir:v "Subparticipant" ] ;
fhir:display [ fhir:v "Subparticipant" ] ;
fhir:definition [ fhir:v "Subparticipant" ]
] [
fhir:code [ fhir:v "Implementer" ] ;
fhir:display [ fhir:v "Implementer" ] ;
fhir:definition [ fhir:v "Implementer" ]
] [
fhir:code [ fhir:v "Connection" ] ;
fhir:display [ fhir:v "Connection" ] ;
fhir:definition [ fhir:v "Connection" ]
] [
fhir:code [ fhir:v "QHIN" ] ;
fhir:display [ fhir:v "QHIN" ] ;
fhir:definition [ fhir:v "QHIN" ]
] [
fhir:code [ fhir:v "Child" ] ;
fhir:display [ fhir:v "Child" ] ;
fhir:definition [ fhir:v "Child" ]
] ) . #
IG © 2024+ The Sequoia Project. Package sequoia.fhir.us.sphd#1.2.0 based on FHIR 4.0.1. Generated 2024-12-23
Links: Table of Contents |
QA Report