FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.ufg.cgis.ig
Resource TypePatient
IdPatient-romeu.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Romeu (no stated gender), DoB Unknown ( CadastroDeAnimal/12.22.333)


Deceased:false
Contact Detail:Endereço do Dr. Romeu
Contact
  • Tutora Marília
Links:
animal:
  • species: Dog
  • breed: Golden Retriever
  • genderStatus: Neutered

Source1

{
  "resourceType": "Patient",
  "id": "romeu",
  "meta": {
    "profile": [
      "https://fhir.fabrica.inf.ufg.br/ig/StructureDefinition/animal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "species",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/animal-species",
                "code": "canislf",
                "display": "Dog"
              }
            ]
          }
        },
        {
          "url": "breed",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.fabrica.inf.ufg.br/ig/CodeSystem/raca",
                "code": "gret",
                "display": "Golden Retriever"
              }
            ]
          }
        },
        {
          "url": "genderStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/animal-genderstatus",
                "code": "neutered"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-animal"
    }
  ],
  "identifier": [
    {
      "system": "http://www.gov.br/agricultura/ca",
      "value": "12.22.333"
    }
  ],
  "name": [
    {
      "given": [
        "Romeu"
      ]
    }
  ],
  "deceasedBoolean": false,
  "address": [
    {
      "text": "Endereço do Dr. Romeu"
    }
  ],
  "photo": [
    {
      "url": "https://images.unsplash.com/photo-1552053831-71594a27632d"
    }
  ],
  "contact": [
    {
      "name": {
        "text": "Tutora Marília"
      }
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Organization/clinica-veterinaria"
    }
  ]
}