This page is part of the PACIO Re-Assessment Timepoints Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2022-09-28 |
@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:Resource.id [ fhir:value "timepoint-entity-cs"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-entity-cs</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\">payer<a name=\"timepoint-entity-cs-payer\"> </a></td><td>Payer</td><td>Payer</td></tr><tr><td style=\"white-space:nowrap\">regulatory-state<a name=\"timepoint-entity-cs-regulatory-state\"> </a></td><td>Regulatory - State</td><td>Regulatory - State</td></tr><tr><td style=\"white-space:nowrap\">regulatory-federal<a name=\"timepoint-entity-cs-regulatory-federal\"> </a></td><td>Regulatory - Federal</td><td>Regulatory - Federal</td></tr><tr><td style=\"white-space:nowrap\">provider<a name=\"timepoint-entity-cs-provider\"> </a></td><td>Provider</td><td>Provider</td></tr><tr><td style=\"white-space:nowrap\">accreditation-agency<a name=\"timepoint-entity-cs-accreditation-agency\"> </a></td><td>Accreditation Agency</td><td>Accreditation Agency</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-entity-cs"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "TimepointEntityCodeSystem"];
fhir:CodeSystem.title [ fhir:value "Timepoint Entity Code System"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2022-09-28T16:30:01+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 Community-Based Care and Privacy Working Group"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 Community-Based Care and Privacy Working Group" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/homehealth" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "patients@lists.HL7.org" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "PACIO project" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/homehealth" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "info@pacioproject.org" ] ]
];
fhir:CodeSystem.description [ fhir:value "Defining codes for describing various entity types for structuring timepoints."];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "payer" ];
fhir:CodeSystem.concept.display [ fhir:value "Payer" ];
fhir:CodeSystem.concept.definition [ fhir:value "Payer" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "regulatory-state" ];
fhir:CodeSystem.concept.display [ fhir:value "Regulatory - State" ];
fhir:CodeSystem.concept.definition [ fhir:value "Regulatory - State" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "regulatory-federal" ];
fhir:CodeSystem.concept.display [ fhir:value "Regulatory - Federal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Regulatory - Federal" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "provider" ];
fhir:CodeSystem.concept.display [ fhir:value "Provider" ];
fhir:CodeSystem.concept.definition [ fhir:value "Provider" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "accreditation-agency" ];
fhir:CodeSystem.concept.display [ fhir:value "Accreditation Agency" ];
fhir:CodeSystem.concept.definition [ fhir:value "Accreditation Agency" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ HL7 Community-Based Care and Privacy Working Group. Package hl7.fhir.us.pacio-rt#1.0.0 based on FHIR 4.0.1. Generated 2022-09-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change