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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeObservation
IdObservation_c59ba1a2_df84_472d_a3e5_8b7a09613ddf.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

Die FHIR-Instanz des Profils KBV_PR_Base_Observation_Body_Weight repräsentiert das Körpergewicht mit 4 kg, welches für die gesamte Körperstruktur (Snomed: 38266002 'Entire body as a whole (body structure)') gemessen und aktualisiert wurde. Die Messung wurde von Herrn Müller dokumentiert.

Source1

{
  "resourceType": "Observation",
  "id": "c59ba1a2-df84-472d-a3e5-8b7a09613ddf",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Body_Weight"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "version": "2.77",
        "display": "Body weight"
      },
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "27113001",
        "system": "http://snomed.info/sct",
        "display": "Body weight (observable entity)"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 4,
    "code": "kg",
    "unit": "kg"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "amended",
  "subject": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "effectiveDateTime": "2020-01-02",
  "performer": [
    {
      "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
    }
  ],
  "note": [
    {
      "authorString": "Mueller",
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "38266002",
        "system": "http://snomed.info/sct",
        "display": "Entire body as a whole (body structure)"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "363808001",
        "system": "http://snomed.info/sct",
        "display": "Measured body weight (observable entity)"
      }
    ]
  }
}