STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Shorty - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "Shorty",
  "meta" : {
    "profile" : [
      🔗 "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Shorty</b></p><a name=\"Shorty\"> </a><a name=\"hcShorty\"> </a><a name=\"Shorty-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-patient.html\">CSIRO STARS Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Horse1 (no stated gender), DoB Unknown ( Accession ID)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Microchip Number/345 222 666 306</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This patient is known to be an animal.\">Patient Animal:</td><td colspan=\"3\"><ul><li>species: <span title=\"Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-species-code-system 2.3.4.1.2}\">Grey-headed Flying Fox</span></li><li>breed: <span title=\"Codes:{http://snomed.info/sct 90580008}\">Fish</span></li><li>genderStatus: <span title=\"Codes:{http://hl7.org/fhir/animal-genderstatus intact}\">Intact</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Status of a speciemen is human or not\"><a href=\"StructureDefinition-is-human.html\">Is Human</a></td><td colspan=\"3\">false</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/is-human",
      "valueBoolean" : false
    },
    {
      "extension" : [
        {
          "url" : "species",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://ontoacdp.csiro.au/fhir/CodeSystem/stars-species-code-system",
                "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"
    }
  ]
}