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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeObservation
Idnl-core-HeartRate-01.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

Observatie/bepaling. Subject: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen. Categorie: Vital Signs, Status: definitief
Bepalingdatum/tijd06:43:00, 8 februari 2013
MethodeAuscultatie
CodeWaardeInterpretatie
Heart rate126 /minBradycardie

Source1

{
  "resourceType": "Observation",
  "id": "nl-core-HeartRate-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HeartRate"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8867-4",
        "display": "Heart rate"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "effectiveDateTime": "2013-02-08T06:43:00+02:00",
  "valueQuantity": {
    "value": 126,
    "unit": "/min",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "48867003",
          "display": "Bradycardie"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Misschien bigeminie?"
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "37931006",
        "display": "Auscultatie"
      }
    ]
  },
  "hasMember": [
    {
      "reference": "Observation/nl-core-HeartRate.HeartbeatRegularity-01",
      "type": "Observation",
      "display": "Hartslag regelmatigheid: Onregelmatige hartslag"
    }
  ]
}