@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "coverageeligibilityresponse-ex-auth-support"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-04-10T07:10:28.568+10:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://terminology.hl7.org/CodeSystem/coverageeligibilityresponse-ex-auth-support defines the following codes:

CodeDisplayDefinition
laborder Lab OrderA request or authorization for laboratory diagnostic tests.
labreport Lab ReportA report on laboratory diagnostic test(s).
diagnosticimageorder Diagnostic Image OrderA request or authorization for diagnostic imaging.
diagnosticimagereport Diagnostic Image ReportA report on diagnostic image(s).
professionalreport Professional ReportA report from a licensed professional regarding the siutation, condition or proposed treatment.
accidentreport Accident ReportA formal accident report as would be filed with police or a simlar official body.
model ModelA physical model of the affected area.
picture PictureA photograph of the affected area.
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.valueCode [ fhir:value "fm" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.valueCode [ fhir:value "draft" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer ] ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/coverageeligibilityresponse-ex-auth-support"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1394" ] ]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "CoverageEligibilityResponseAuthSupportCodes"]; fhir:CodeSystem.title [ fhir:value "CoverageEligibilityResponse Auth Support Codes"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-11-07T09:27:49+11:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Financial Management"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ], [ fhir:index 1; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:CodeSystem.description [ fhir:value "This value set includes CoverageEligibilityResponse Auth Support codes."]; fhir:CodeSystem.copyright [ fhir:value "HL7 Inc."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/coverageeligibilityresponse-ex-auth-support"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "laborder" ]; fhir:CodeSystem.concept.display [ fhir:value "Lab Order" ]; fhir:CodeSystem.concept.definition [ fhir:value "A request or authorization for laboratory diagnostic tests." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "labreport" ]; fhir:CodeSystem.concept.display [ fhir:value "Lab Report" ]; fhir:CodeSystem.concept.definition [ fhir:value "A report on laboratory diagnostic test(s)." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "diagnosticimageorder" ]; fhir:CodeSystem.concept.display [ fhir:value "Diagnostic Image Order" ]; fhir:CodeSystem.concept.definition [ fhir:value "A request or authorization for diagnostic imaging." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "diagnosticimagereport" ]; fhir:CodeSystem.concept.display [ fhir:value "Diagnostic Image Report" ]; fhir:CodeSystem.concept.definition [ fhir:value "A report on diagnostic image(s)." ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "professionalreport" ]; fhir:CodeSystem.concept.display [ fhir:value "Professional Report" ]; fhir:CodeSystem.concept.definition [ fhir:value "A report from a licensed professional regarding the siutation, condition or proposed treatment." ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "accidentreport" ]; fhir:CodeSystem.concept.display [ fhir:value "Accident Report" ]; fhir:CodeSystem.concept.definition [ fhir:value "A formal accident report as would be filed with police or a simlar official body." ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "model" ]; fhir:CodeSystem.concept.display [ fhir:value "Model" ]; fhir:CodeSystem.concept.definition [ fhir:value "A physical model of the affected area." ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "picture" ]; fhir:CodeSystem.concept.display [ fhir:value "Picture" ]; fhir:CodeSystem.concept.definition [ fhir:value "A photograph of the affected area." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------