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

FHIR IG analytics

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

morphology: Blister

location: Structure of right foot

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


Source1

{
  "resourceType": "BodyStructure",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-bodystructure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "morphology": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "339008",
        "display": "Blister"
      }
    ]
  },
  "location": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "7769000",
        "display": "Structure of right foot"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example0"
  }
}