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

FHIR IG analytics

Packagecsiro.stars
Resource TypePatient
IdPatient-Patient-Bat.json
FHIR VersionR5

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

Generated Narrative: Patient Patient-Bat

Language: en

Profile: CSIRO STARS Patient Profile

Bat (no stated gender), DoB Unknown ( bat1)


Patient Animal:
  • species: Grey-headed Flying Fox
Is Humanfalse

Source1

{
  "resourceType": "Patient",
  "id": "Patient-Bat",
  "meta": {
    "profile": [
      "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-patient"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/is-human",
      "valueBoolean": false
    },
    {
      "extension": [
        {
          "url": "species",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/species-stars",
                "code": "2.3.4.1.2",
                "display": "Grey-headed Flying Fox"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-animal"
    }
  ],
  "identifier": [
    {
      "value": "bat1"
    }
  ],
  "name": [
    {
      "text": "Bat"
    }
  ]
}