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

FHIR IG analytics

Packagehl7.fhir.uv.lab-report
Resource TypeBodyStructure
IdBodyStructure-bodystruct-example.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 bodystruct-example

active: false

morphology: Skin patch

location: Forearm

locationQualifier: Anterior

patient: František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))


Source1

{
  "resourceType": "BodyStructure",
  "id": "bodystruct-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/lab-report/StructureDefinition/BodyStructure-uv-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": false,
  "morphology": {
    "text": "Skin patch"
  },
  "location": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "14975008",
        "display": "Forearm"
      }
    ]
  },
  "locationQualifier": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "255549009",
          "display": "Anterior"
        }
      ],
      "text": "Anterior"
    }
  ],
  "patient": {
    "reference": "Patient/pat-lab-example"
  }
}