Publisert - 12.06.2026

Connectathon juni 2026

Under Connectathon-et kan PMD sitt utviklingsmiljø benyttes til testing og eksperimentering.
Utviklingsmiljøet krever ikke bruk av HelseID.

URL: https://api.pmd.dev.nhn.no

Utover dette gjelder den ordinære API-dokumentasjonen for PMD 2.0.

Eksempler

Testperson for Connectathon:
Fødselsnummer: 13717404089

Det har blitt lest inn en serie med CFS- (Clinical frailty score) og kroppsvektmålinger for testpasienten.

Lese ut alle målinger for testpasienten

curl https://api.pmd.dev.nhn.no/Observation/_search -H 'content-type: application/x-www-form-urlencoded'  -d 'patient.identifier=13717404089'

Laste opp bundle med målinger

curl https://api.pmd.dev.nhn.no/ -X POST -H "content-type: application/fhir+json" -d @./cfs-and-bodyweight.json

Dette krever at man har lasta ned denne json-fila med målinger:

cfs-and-bodyweight.json
{
    "resourceType": "Bundle",
    "meta": {
        "tag": [
            {
                "system": "https://register.geonorge.no/sosi-kodelister/inndelinger/inndelingsbase/kommunenummer",
                "code": "0301",
                "display": "Oslo"
            }
        ]
    },
    "identifier": {
        "system": "https://www.nhn.no/komlink/bundle-identifier",
        "value": "fb9cc769-b12c-467b-a62e-74ccfd5e4000"
    },
    "type": "collection",
    "timestamp": "2026-06-02T12:39:13+02:00",
    "entry": [
        {
            "resource": {
                "resourceType": "Observation",
                "id": "f410e5e1-720a-49c1-823b-8feb23085290",
                "status": "registered",
                "category": [
                    {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "survey",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "763264000",
                            "display": "CSHA (Canadian Study of Health and Aging) Clinical Frailty Scale score"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "effectiveDateTime": "2025-11-11",
                "valueQuantity": {
                    "value": 2
                },
                "note": [
                    {
                        "text": "Evaluering gjort i brukerens hjem, normalt sprekt for sin aldersgruppe."
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "97c775b4-2af0-4f88-80e3-53f6e16ab57c",
                "status": "registered",
                "category": [
                    {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "survey",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "763264000",
                            "display": "CSHA (Canadian Study of Health and Aging) Clinical Frailty Scale score"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "effectiveDateTime": "2026-01-02",
                "valueQuantity": {
                    "value": 3
                },
                "note": [
                    {
                        "text": "Evaluering gjort i brukerens hjem, normalt sprekt for sin aldersgruppe."
                    }
                ]
            }
        },
        {
            "resource": {
                "category": [
                    {
                        "coding": [
                            {
                                "code": "vital-signs",
                                "display": "Vital Signs",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "code": "29463-7",
                            "display": "Body weight",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "device": {
                    "display": "KOMLINK DEVICE",
                    "identifier": {
                        "system": "http://komlink.nhn.no/devices/serial",
                        "value": "SN-2001-54321"
                    },
                    "reference": "Device/KL-9000",
                    "type": "Device"
                },
                "effectiveInstant": "2026-03-02T09:00:00+01:00",
                "id": "46095480-bc0f-4156-ad96-92d93e02866a",
                "issued": "2026-06-02T12:39:13+02:00",
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "referenceRange": [
                    {
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 100
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "HH",
                                    "display": "Critical high",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 99.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 90
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "H",
                                    "display": "High",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 89.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "N",
                                    "display": "Normal",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "L",
                                    "display": "Low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "LL",
                                    "display": "Critical low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    }
                ],
                "resourceType": "Observation",
                "status": "registered",
                "subject": {
                    "display": "SLIGHTLY REPRESENTATIVE",
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "valueQuantity": {
                    "code": "kg",
                    "system": "http://unitsofmeasure.org",
                    "value": 84
                }
            }
        },
        {
            "resource": {
                "category": [
                    {
                        "coding": [
                            {
                                "code": "vital-signs",
                                "display": "Vital Signs",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "code": "29463-7",
                            "display": "Body weight",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "device": {
                    "display": "KOMLINK DEVICE",
                    "identifier": {
                        "system": "http://komlink.nhn.no/devices/serial",
                        "value": "SN-2001-54321"
                    },
                    "reference": "Device/KL-9000",
                    "type": "Device"
                },
                "effectiveInstant": "2026-03-16T09:00:00+01:00",
                "id": "46095480-bc0f-4156-ad96-92d93e02866a",
                "issued": "2026-06-02T12:39:13+02:00",
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "referenceRange": [
                    {
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 100
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "HH",
                                    "display": "Critical high",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 99.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 90
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "H",
                                    "display": "High",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 89.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "N",
                                    "display": "Normal",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "L",
                                    "display": "Low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "LL",
                                    "display": "Critical low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    }
                ],
                "resourceType": "Observation",
                "status": "registered",
                "subject": {
                    "display": "SLIGHTLY REPRESENTATIVE",
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "valueQuantity": {
                    "code": "kg",
                    "system": "http://unitsofmeasure.org",
                    "value": 81
                }
            }
        },
        {
            "resource": {
                "category": [
                    {
                        "coding": [
                            {
                                "code": "vital-signs",
                                "display": "Vital Signs",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "code": "29463-7",
                            "display": "Body weight",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "device": {
                    "display": "KOMLINK DEVICE",
                    "identifier": {
                        "system": "http://komlink.nhn.no/devices/serial",
                        "value": "SN-2001-54321"
                    },
                    "reference": "Device/KL-9000",
                    "type": "Device"
                },
                "effectiveInstant": "2026-03-30T09:00:00+01:00",
                "id": "46095480-bc0f-4156-ad96-92d93e02866a",
                "issued": "2026-06-02T12:39:13+02:00",
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "referenceRange": [
                    {
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 100
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "HH",
                                    "display": "Critical high",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 99.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 90
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "H",
                                    "display": "High",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 89.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "N",
                                    "display": "Normal",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "L",
                                    "display": "Low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "LL",
                                    "display": "Critical low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    }
                ],
                "resourceType": "Observation",
                "status": "registered",
                "subject": {
                    "display": "SLIGHTLY REPRESENTATIVE",
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "valueQuantity": {
                    "code": "kg",
                    "system": "http://unitsofmeasure.org",
                    "value": 78
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "a6473f69-5675-469b-85a9-93c96611be27",
                "status": "registered",
                "category": [
                    {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "survey",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "763264000",
                            "display": "CSHA (Canadian Study of Health and Aging) Clinical Frailty Scale score"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "effectiveDateTime": "2026-04-26",
                "valueQuantity": {
                    "value": 5
                },
                "note": [
                    {
                        "text": "Bruker har brukket benet, noe som kan påvirke score."
                    }
                ]
            }
        },
        {
            "resource": {
                "category": [
                    {
                        "coding": [
                            {
                                "code": "vital-signs",
                                "display": "Vital Signs",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "code": "29463-7",
                            "display": "Body weight",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "device": {
                    "display": "KOMLINK DEVICE",
                    "identifier": {
                        "system": "http://komlink.nhn.no/devices/serial",
                        "value": "SN-2001-54321"
                    },
                    "reference": "Device/KL-9000",
                    "type": "Device"
                },
                "effectiveInstant": "2026-04-13T09:00:00+01:00",
                "id": "46095480-bc0f-4156-ad96-92d93e02866a",
                "issued": "2026-06-02T12:39:13+02:00",
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "referenceRange": [
                    {
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 100
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "HH",
                                    "display": "Critical high",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 99.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 90
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "H",
                                    "display": "High",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 89.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "N",
                                    "display": "Normal",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "L",
                                    "display": "Low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "LL",
                                    "display": "Critical low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    }
                ],
                "resourceType": "Observation",
                "status": "registered",
                "subject": {
                    "display": "SLIGHTLY REPRESENTATIVE",
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "valueQuantity": {
                    "code": "kg",
                    "system": "http://unitsofmeasure.org",
                    "value": 76
                }
            }
        },
        {
            "resource": {
                "category": [
                    {
                        "coding": [
                            {
                                "code": "vital-signs",
                                "display": "Vital Signs",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "code": "29463-7",
                            "display": "Body weight",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "device": {
                    "display": "KOMLINK DEVICE",
                    "identifier": {
                        "system": "http://komlink.nhn.no/devices/serial",
                        "value": "SN-2001-54321"
                    },
                    "reference": "Device/KL-9000",
                    "type": "Device"
                },
                "effectiveInstant": "2026-04-27T09:00:00+01:00",
                "id": "46095480-bc0f-4156-ad96-92d93e02866a",
                "issued": "2026-06-02T12:39:13+02:00",
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "referenceRange": [
                    {
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 100
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "HH",
                                    "display": "Critical high",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 99.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 90
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "H",
                                    "display": "High",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 89.9999999999
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "N",
                                    "display": "Normal",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 60
                        },
                        "low": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50.0000000001
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "L",
                                    "display": "Low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    },
                    {
                        "high": {
                            "code": "kg",
                            "system": "http://unitsofmeasure.org",
                            "value": 50
                        },
                        "type": {
                            "coding": [
                                {
                                    "code": "LL",
                                    "display": "Critical low",
                                    "system": "https://www.hl7.org/fhir/valueset-observation-interpretation.html"
                                }
                            ]
                        }
                    }
                ],
                "resourceType": "Observation",
                "status": "registered",
                "subject": {
                    "display": "SLIGHTLY REPRESENTATIVE",
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "valueQuantity": {
                    "code": "kg",
                    "system": "http://unitsofmeasure.org",
                    "value": 74
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "9e184869-4d4a-43a4-b522-0107f0defe16",
                "status": "registered",
                "category": [
                    {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "survey",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "763264000",
                            "display": "CSHA (Canadian Study of Health and Aging) Clinical Frailty Scale score"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "urn:oid:2.16.578.1.12.4.1.4.1",
                        "value": "13717404089"
                    }
                },
                "performer": [
                    {
                        "identifier": {
                            "value": "NHN testdatagenerator"
                        }
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.4.101",
                            "value": "994598759"
                        },
                        "type": "Organization"
                    },
                    {
                        "display": "Norsk helsenett",
                        "identifier": {
                            "system": "urn:oid:2.16.578.1.12.4.1.2",
                            "value": "112374"
                        },
                        "type": "Organization"
                    }
                ],
                "effectiveDateTime": "2026-05-11",
                "valueQuantity": {
                    "value": 6
                },
                "note": [
                    {
                        "text": "Forverret tilstand. Må iverksettes tiltak. Se journal."
                    }
                ]
            }
        }
    ]
}

Oversikt over kommunale tjenester

Testpersonen 13717404089 har også fått noen oppføringer i tjenesten OKT (Oversikt over kommunale tjenester).
Disse finner du via ei midlertidig bakdør i OKT sitt utviklingsmiljø, sånn:

curl https://okt.dev.nhn.no/api/hack/okt-events/13717404089
 

Søk i Utviklerportalen

Søket er fullført!