STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: cow - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "cow",
  "meta" : {
    "profile" : [
      "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Cow</b> (no stated gender), DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Bundle-zz4dd75c-673b-4263-8c70-6e92fef4a48b.html#urn-uuid-310d26aa-a23b-4c51-8157-5ec8cb0d8f04\">urn:uuid:310d26aa-a23b-4c51-8157-5ec8cb0d8f04</a></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\"><ul><li>false</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This patient is known to be an animal.\">animal:</td><td colspan=\"3\"><ul><li>species: <span title=\"Codes: {https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-species-code-system 2.9.3}\">Bovidae</span></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/is-human",
      "valueBoolean" : false
    },
    {
      "extension" : [
        {
          "url" : "species",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-species-code-system",
                "code" : "2.9.3",
                "display" : "Bovidae"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal"
    }
  ],
  "name" : [
    {
      "text" : "Cow"
    }
  ],
  "managingOrganization" : {
    "reference" : "urn:uuid:310d26aa-a23b-4c51-8157-5ec8cb0d8f04"
  }
}