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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeObservation
IdObservation-ISiKEKGMinExample.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": "ISiKEKGMinExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKEKG"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11524-6",
        "display": "EKG study"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientinMinimal"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "code": "procedure",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "effectiveDateTime": "2024-01-15",
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "272729005",
            "system": "http://snomed.info/sct",
            "display": "Lead I"
          }
        ]
      },
      "valueSampledData": {
        "origin": {
          "value": 2048
        },
        "period": 10,
        "dimensions": 1,
        "data": "2048 2048 2048 2048 2048"
      }
    }
  ]
}