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

FHIR IG analytics

Packagelt.hl7.fhir.vitalsigns
Resource TypeBodyStructure
IdBodyStructure-example-body-structure-blood-pressure.json
FHIR VersionR5

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


English


Generated Narrative: BodyStructure example-body-structure-blood-pressure

includedStructure

structure: Structure of femoral artery (body structure)

laterality: Right

BodyLandmarkOrientations

-LandmarkDescription
*Sitting position (finding)

patient: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))


Lithuanian


Generated Narrative: BodyStructure example-body-structure-blood-pressure

includedStructure

structure: Structure of femoral artery (body structure)

laterality: Right

BodyLandmarkOrientations

-LandmarkDescription
*Sitting position (finding)

patient: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))


Source1

{
  "resourceType": "BodyStructure",
  "id": "example-body-structure-blood-pressure",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/vitalsigns/StructureDefinition/body-structure-blood-pressure"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "includedStructure": [
    {
      "structure": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "7657000",
            "display": "Structure of femoral artery (body structure)"
          }
        ]
      },
      "laterality": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "24028007",
            "display": "Right"
          }
        ]
      },
      "bodyLandmarkOrientation": [
        {
          "landmarkDescription": [
            {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "33586001",
                  "display": "Sitting position (finding)"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/example-patient"
  }
}