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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeObservation
IdObservation-pasport-observation-gait-type-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: Observation pasport-observation-gait-type-example

status: Final

category: Activity

code: Finding of gait

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

effective: 2024-01-15 10:15:00+0800

performer: Practitioner 王美玲(official)

value: Gait normal

bodySite: Foot structure

component

code: Gait normal

value: 75 % (Details: UCUM code% = '%')

component

code: Medial rotation - action

value: 15 % (Details: UCUM code% = '%')

component

code: Lateral rotation - action

value: 10 % (Details: UCUM code% = '%')


Source1

{
  "resourceType": "Observation",
  "id": "pasport-observation-gait-type-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationGaitType"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity",
          "display": "Activity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "298302000",
        "display": "Finding of gait"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "effectiveDateTime": "2024-01-15T10:15:00+08:00",
  "performer": [
    {
      "reference": "Practitioner/ltc-practitioner-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "8117002",
        "display": "Gait normal"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "56459004",
        "display": "Foot structure"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "8117002",
            "display": "Gait normal"
          }
        ]
      },
      "valueQuantity": {
        "value": 75,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "264739002",
            "display": "Medial rotation - action"
          }
        ]
      },
      "valueQuantity": {
        "value": 15,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "264730003",
            "display": "Lateral rotation - action"
          }
        ]
      },
      "valueQuantity": {
        "value": 10,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    }
  ]
}