Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

ClinicalImpressions are created by the Processing Service automatically, when measurements (Observations or QuestionnaireResponses are submitted.


Below a JSON example is posted that can be used as a template to stub ClinicalImpression resources.

ClinicalImpression JSON example
{
  "resourceType": "ClinicalImpression",
  "meta": {
    "profile": [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression"
    ]
  },
  "status": "completed",
  "language": "da",
  "code": {
    "coding": [
      {
        "system": "http://ehealth.sundhed.dk/cs/clinicalimpression-codes",
        "code": "TriagingResult"
      }
    ]
  },
  "subject": {
    "reference": "https://vendortest2.ehealth.sundhed.dk/trifork-fhir-server/Patient/203"
  },
  "context": {
    "reference": "https://vendortest2.ehealth.sundhed.dk/hapi-fhir-server/fhir/EpisodeOfCare/67"
  },
 
  "investigation":[
      {
          "code": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "271336007"
                }
              ]
            },
            "item":[
            {
              "reference": "https://vendortest2.ehealth.sundhed.dk/measurement/fhir/Observation/402"
            }

            ]
      
      }
  ],

  "finding": [
    
  ],


  
  "summary": "Patients iltmætning er indenfor de normale grænseværdier"
}


  • No labels