0.1.0 - ci-build
learningig - Local Development build (v0.1.0). See the Directory of published versions
Raw ttl | Download
@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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "mapping"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <code>https://standardterms.edqm.eu/#</code></li></ul></div>" ]; # fhir:ValueSet.url [ fhir:value "http://learning-ig.censacrof.github.com/ValueSet/mapping"]; # fhir:ValueSet.version [ fhir:value "0.1.0"]; # fhir:ValueSet.name [ fhir:value "Mapping"]; # fhir:ValueSet.title [ fhir:value "Mapping"]; # fhir:ValueSet.status [ fhir:value "active"]; # fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; # fhir:ValueSet.date [ fhir:value "2022-12-20T11:58:14+00:00"^^xsd:dateTime]; # fhir:ValueSet.publisher [ fhir:value "Example Publisher"]; # fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Example Publisher" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://censacrof.github.io/learning-ig/branches/master/" ] ] ]; # fhir:ValueSet.description [ fhir:value "ValueSet Mapping from EDQM, MAP, see https://standardterms.edqm.eu/#"]; # fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean]; # fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "https://standardterms.edqm.eu/#" ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.