Guia de Implementação
0.0.2 - ci-build Brazil flag

Guia de Implementação - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: romeu - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="romeu"/>
  <meta>
    <profile
             value="https://fhir.fabrica.inf.ufg.br/ig/StructureDefinition/animal"/>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Dr. Romeu</div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-animal">
    <extension url="species">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.org/fhir/animal-species"/>
          <code value="canislf"/>
          <display value="Dog"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="breed">
      <valueCodeableConcept>
        <coding>
          <system value="http://example.org/fhir/CodeSystem/animal-breed"/>
          <code value="gret"/>
          <display value="Golden Retriever"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="genderStatus">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.org/fhir/animal-genderstatus"/>
          <code value="neutered"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <system value="http://www.gov.br/agricultura/ca"/>
    <value value="12.22.333"/>
  </identifier>
  <name>
    <given value="Romeu"/>
  </name>
  <deceasedBoolean value="false"/>
  <address>
    <text value="Endereço do Dr. Romeu"/>
  </address>
  <photo>
    <url value="https://images.unsplash.com/photo-1552053831-71594a27632d"/>
  </photo>
  <contact>
    <name>
      <text value="Tutora Marília"/>
    </name>
  </contact>
  <generalPractitioner>🔗 
    <reference value="Organization/clinica-veterinaria"/>
  </generalPractitioner>
</Patient>