Guia de Implementação - Local Development build (v0.0.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "romeu"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.fabrica.inf.ufg.br/ig/StructureDefinition/animal"^^xsd:anyURI ;
fhir:link <https://fhir.fabrica.inf.ufg.br/ig/StructureDefinition/animal> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Romeu </b> (no stated gender), DoB Unknown ( <a href=\"NamingSystem-cadastro-animal.html\">CadastroDeAnimal</a>/12.22.333)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">Endereço do Dr. Romeu</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact</td><td colspan=\"3\"><ul><li>Tutora Marília</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Organization-clinica-veterinaria.html\">Organization/clinica-veterinaria</a> "Clínica Veterinária Animal Feliz"</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This patient is known to be an animal.\">animal:</td><td colspan=\"3\"><ul><li>species: <span title=\"Codes: {http://hl7.org/fhir/animal-species canislf}\">Dog</span></li><li>breed: <span title=\"Codes: {https://fhir.fabrica.inf.ufg.br/ig/CodeSystem/raca gret}\">Golden Retriever</span></li><li>genderStatus: <span title=\"Codes: {http://hl7.org/fhir/animal-genderstatus neutered}\">Neutered</span></li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "species"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/animal-species"^^xsd:anyURI ] ;
fhir:code [ fhir:v "canislf" ] ;
fhir:display [ fhir:v "Dog" ] ] ) ] ] [
fhir:url [ fhir:v "breed"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.fabrica.inf.ufg.br/ig/CodeSystem/raca"^^xsd:anyURI ] ;
fhir:code [ fhir:v "gret" ] ;
fhir:display [ fhir:v "Golden Retriever" ] ] ) ] ] [
fhir:url [ fhir:v "genderStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/animal-genderstatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "neutered" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-animal"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.gov.br/agricultura/ca"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12.22.333" ]
] ) ; #
fhir:name ( [
( fhir:given [ fhir:v "Romeu" ] )
] ) ; #
fhir:deceased [ fhir:v "false"^^xsd:boolean] ; #
fhir:address ( [
fhir:text [ fhir:v "Endereço do Dr. Romeu" ]
] ) ; #
fhir:photo ( [
fhir:url [ fhir:v "https://images.unsplash.com/photo-1552053831-71594a27632d"^^xsd:anyURI ]
] ) ; #
fhir:contact ( [
fhir:name [
fhir:text [ fhir:v "Tutora Marília" ] ]
] ) ; #
fhir:generalPractitioner ( [
fhir:reference [ fhir:v "Organization/clinica-veterinaria" ]
] ) . #
IG © 2023+ CGIS. Package br.ufg.cgis.ig#0.0.3 based on FHIR 4.0.1. Generated 2024-03-31
Links: Table of Contents |
QA Report