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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeObservation
IdUKCore-Observation-Sn-Extension-CodingSCT-Weight-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "UKCore-Observation-Sn-Extension-CodingSCT-Weight-Example",
  "status": "final",
  "code": {
    "coding": [
      {
        "extension": [
          {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay",
            "valueString": "Ideal weight"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid",
            "valueId": "787121000006116"
          }
        ],
        "code": "170804003",
        "display": "Ideal body weight",
        "userSelected": true
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  }
}