Guia de Implementação do AnHealth 0.2.0 - CI Build
Guia de Implementação do AnHealth - Local Development build (v0.2.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 "DeviceDefinitionType"]; 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 <a href=\"CodeSystem-DeviceDefinitionType.html\"><code>https://ancode.app/fhir/CodeSystem/DeviceDefinitionType</code></a></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "https://ancode.app/fhir/ValueSet/DeviceDefinitionType"]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "DeviceDefinitionType"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2023-03-30"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "Ancode"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://ancode.app" ] ] ]; fhir:ValueSet.description [ fhir:value "Device Definition Type"]; 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://ancode.app/fhir/CodeSystem/DeviceDefinitionType" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.