Definition
for
Code
System
ExamplePaymentTypeCodes
SystemContainerCap
{
"resourceType" : "CodeSystem",
"id" : "ex-paymenttype",
"meta" : {
"lastUpdated" : "2019-11-01T09:29:23.356+11:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div>!-- Snipped for Brevity --></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fm"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://terminology.hl7.org/CodeSystem/ex-paymenttype",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.1181"
}],
"version" : "4.0.1",
"name" : "ExamplePaymentTypeCodes",
"title" : "Example Payment Type Codes",
"status" : "draft",
"experimental" : false,
"publisher" : "Financial Management",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
}]
}],
"description" : "This value set includes example Payment Type codes.",
"copyright" : "This is an example set.",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/ex-paymenttype",
"content" : "complete",
"concept" : [{
"code" : "complete",
"display" : "Complete",
"definition" : "Complete (final) payment of the benefit under the Claim less any adjustments."
},
{
"code" : "partial",
"display" : "Partial",
"definition" : "Partial payment of the benefit under the Claim less any adjustments."
}]
}
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "container-cap"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ];
fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:DomainResource.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.value [ fhir:value "oo" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.value [ fhir:value "draft" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.value [ fhir:value "1" ]
];
fhir:CanonicalResource.url [ fhir:value "http://terminology.hl7.org/CodeSystem/container-cap"];
fhir:CanonicalResource.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1258" ]
];
fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
fhir:CanonicalResource.name [ fhir:value "ContainerCap"];
fhir:CanonicalResource.title [ fhir:value "ContainerCap"];
fhir:CanonicalResource.status [ fhir:value "draft"];
fhir:CanonicalResource.experimental [ fhir:value "false"];
fhir:CanonicalResource.date [ fhir:value "2020-12-28T16:55:11+11:00"];
fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
fhir:CanonicalResource.contact [
fhir:ContactDetail.telecom [
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
], [
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
]
];
fhir:CanonicalResource.description [ fhir:value "Color of the container cap."];
fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/container-cap"];
fhir:CodeSystem.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1258" ]
];
fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
fhir:CodeSystem.name [ fhir:value "ContainerCap"];
fhir:CodeSystem.title [ fhir:value "ContainerCap"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "false"];
fhir:CodeSystem.date [ fhir:value "2020-12-28T16:55:11+11:00"];
fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
fhir:CodeSystem.contact [
fhir:ContactDetail.telecom [
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
], [
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
]
];
fhir:CodeSystem.description [ fhir:value "Color of the container cap."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"];
fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/container-cap"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "red" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "red cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "red cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "yellow" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "yellow cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "yellow cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "dark-yellow" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "dark yellow cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "dark yellow cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "grey" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "grey cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "grey cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "light-blue" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "light blue cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "light blue cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "black" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "black cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "black cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "green" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "green cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "green cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "light-green" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "light green cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "light green cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "lavender" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "lavender cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "lavender cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "brown" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "brown cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "brown cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "white" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "white cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "white cap." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "pink" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "pink cap" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "pink cap." ]
] .
# -------------------------------------------------------------------------------------
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.