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

FHIR IG analytics

Packagecsiro.stars
Resource TypePatient
IdPatient-Patient-Example1.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-Example1

Language: en

Profile: CSIRO STARS Patient Profile

Horse1 (no stated gender), DoB Unknown ( Accession ID)


Other Id:Microchip Number/345 222 666 306
Patient Animal:
  • species: Grey-headed Flying Fox
  • breed: Fish
  • genderStatus: Intact
Is Humanfalse

Source1

{
  "resourceType": "Patient",
  "id": "Patient-Example1",
  "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": "breed",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "90580008",
                "display": "Fish"
              }
            ]
          }
        },
        {
          "url": "genderStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/animal-genderstatus",
                "code": "intact",
                "display": "Intact"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-animal"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system",
            "code": "ACSN"
          }
        ]
      },
      "value": "P21-00344-0001 Horse1"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system",
            "code": "MCN"
          }
        ]
      },
      "value": "345 222 666 306"
    }
  ],
  "name": [
    {
      "text": "Horse1"
    }
  ]
}