@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "BRTerminologiaPatogeno"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2022-09-16T14:16:40.0457007+00:00"^^xsd:dateTime ] ]; fhir:Resource.language [ fhir:value "pt-BR"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system https://rnds-fhir.saude.gov.br/CodeSystem/BRTerminologiaPatogeno defines the following codes:

CodeDisplay
01 Orthopoxvirus (nome do gênero do vírus)
02 Orthopoxvirus não-varíola
03 Vírus Monkeypox
04 Parapoxvirus (nome do gênero do vírus)
05 Vírus Orf
06 Vírus Pseudovaríola
07 SARS-CoV-2
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ]; fhir:Extension.valueCanonical [ fhir:value "https://rnds-fhir.saude.gov.br/ImplementationGuide/rnds"; fhir:link ] ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.valueCode [ fhir:value "informative"; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ]; fhir:Extension.valueCanonical [ fhir:value "https://rnds-fhir.saude.gov.br/ImplementationGuide/rnds"; fhir:link ] ] ] ]; fhir:CodeSystem.url [ fhir:value "https://rnds-fhir.saude.gov.br/CodeSystem/BRTerminologiaPatogeno"]; fhir:CodeSystem.version [ fhir:value "1.0.0"]; fhir:CodeSystem.name [ fhir:value "Patogeno"]; fhir:CodeSystem.title [ fhir:value "Patógeno"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2022-09-16T14:16:40.0457007+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Ministério da Saúde do Brasil"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://saude.gov.br" ] ] ]; fhir:CodeSystem.description [ fhir:value "Terminologia para indicação de um Patógeno."]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "076" ] ] ]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "grouped-by"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "01" ]; fhir:CodeSystem.concept.display [ fhir:value "Orthopoxvirus (nome do gênero do vírus)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "02" ]; fhir:CodeSystem.concept.display [ fhir:value "Orthopoxvirus não-varíola" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "03" ]; fhir:CodeSystem.concept.display [ fhir:value "Vírus Monkeypox" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "04" ]; fhir:CodeSystem.concept.display [ fhir:value "Parapoxvirus (nome do gênero do vírus)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "05" ]; fhir:CodeSystem.concept.display [ fhir:value "Vírus Orf" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "06" ]; fhir:CodeSystem.concept.display [ fhir:value "Vírus Pseudovaríola" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "07" ]; fhir:CodeSystem.concept.display [ fhir:value "SARS-CoV-2" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------