This page is part of a downloaded copy of this specification. This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU1 Ballot 1) based on FHIR R4. For a full list of available versions, see the Directory of published versions
Turtle Format: CodeSystem-CARIN-BB-Related-Claim-Relationship
Raw ttl
@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 "CARIN-BB-Related-Claim-Relationship"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "3" ]; fhir:Meta.lastUpdated [ fhir:value "2019-12-01T19:03:36.000+00:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CARIN Blue Button Related Claim Relationship Code System</h2><p>This code system http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-relatedclaimrelationship 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\">prior<a name=\"CARIN-BB-Related-Claim-Relationship-prior\"> </a></td><td>Prior claim</td><td/></tr><tr><td style=\"white-space:nowrap\">replaced<a name=\"CARIN-BB-Related-Claim-Relationship-replaced\"> </a></td><td>Replaced claim</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-relatedclaimrelationship"]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "CARINBBRelatedClaimRelationship"]; fhir:CodeSystem.title [ fhir:value "CARIN Blue Button Related Claim Relationship Code System"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2019-12-23T19:40:59+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "CARIN Alliance"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "prior" ]; fhir:CodeSystem.concept.display [ fhir:value "Prior claim" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "replaced" ]; fhir:CodeSystem.concept.display [ fhir:value "Replaced claim" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.