@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:List ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "retiredExt-Rendering"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "current"] ; # fhir:mode [ fhir:v "working"] ; # fhir:title [ fhir:v "Retired Manifest"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ] ; fhir:code [ fhir:v "UTGCTGManifest" ] ] ) ] ; # fhir:orderedBy [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/list-order"^^xsd:anyURI ] ; fhir:code [ fhir:v "alphabetic" ] ] ) ] ; # fhir:entry ( [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/v3-HealthcareProviderTaxonomyHIPAA" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/csaid" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/v3-ISO3166-1retired" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/iso639-1ret" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/iso639-2ret" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/v3-ISO3166-2retired" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/v3-ISO3166-3retired" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/v3-iso4217-HL7" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] ) . # # -------------------------------------------------------------------------------------