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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeBodyStructure
IdBodyStructure-example0.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

Generated Narrative: BodyStructure example0

active: true

location: Bone tissue of shoulder region

locationQualifier: Left

patient: Stella Franklin (official) Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)


Source1

{
  "resourceType": "BodyStructure",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-bodystructure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "location": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "426328003",
        "display": "Bone tissue of shoulder region"
      }
    ]
  },
  "locationQualifier": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "7771000",
          "display": "Left"
        }
      ],
      "text": "Left"
    }
  ],
  "patient": {
    "reference": "Patient/example0"
  }
}