{
    "resourceType": "Patient",
    "id": "Patient3",
    "birthDate": "1977-01-01",
    "gender": "Male",
    "active": true
}
{
    "resourceType": "Condition",
    "id": "overweight",
    "clinicalStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active"
            }
        ]
    },
    "code": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "238131007",
                "display": "Overweight"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Patient3"
    }
}
{
    "resourceType": "Condition",
    "id": "prediabetes",
    "clinicalStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active"
            }
        ]
    },
    "code": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "714628002",
                "display": "Prediabetes"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Patient3"
    }
}
{
    "resourceType": "Condition",
    "id": "fatty liver",
    "clinicalStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active"
            }
        ]
    },
    "code": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "197321007",
                "display": "Fatty liver"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Patient3"
    }
}
{
    "resourceType": "MedicationStatement",
    "id": "medication-metformin",
    "status": "active",
    "medicationCodeableConcept": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "779831004",
                "display": "Metformin 1000 mg"
            }
        ]
    },
    "dosage": {
        "text": "1000 mg per day",
        "timing": {
            "repeat": {
                "frequency": 1,
                "period": 1,
                "periodUnit": "d"
            }
        }
    },
    "subject": {
        "reference": "Patient/Patient3"
    }
}
{
    "resourceType": "MedicationStatement",
    "id": "medication-omega-3",
    "status": "active",
    "medicationCodeableConcept": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "319978009",
                "display": "Omega-3 supplement"
            }
        ]
    },
    "dosage": {
        "text": "1 capsule per day",
        "timing": {
            "repeat": {
                "frequency": 1,
                "period": 1,
                "periodUnit": "d"
            }
        }
    },
    "subject": {
        "reference": "Patient/Patient3"
    }
}
{
    "resourceType": "QuestionnaireResponse",
    "id": "questionnaire-SF-36",
    "status": "completed",
    "subject": {
        "reference": "Patient/Patient3",
        "display": "Patient3"
    },
    "item": [
        {
            "linkId": "total-score",
            "text": "Total score (max 100)",
            "answer": [
                {
                    "valueString": "60"
                }
            ]
        },
        {
            "linkId": "physical-domain",
            "text": "Physical domain (max 100)",
            "answer": [
                {
                    "valueString": "50"
                }
            ]
        },
        {
            "linkId": "emotional-domain",
            "text": "Emotional domain (max 100)",
            "answer": [
                {
                    "valueString": "65"
                }
            ]
        },
        {
            "linkId": "social-function",
            "text": "Social function (max 100)",
            "answer": [
                {
                    "valueString": "60"
                }
            ]
        },
        {
            "linkId": "bodily-pain",
            "text": "Bodily pain (max 100)",
            "answer": [
                {
                    "valueString": "55"
                }
            ]
        },
        {
            "linkId": "general-health-perception",
            "text": "General health perception (max 100)",
            "answer": [
                {
                    "valueString": "55"
                }
            ]
        }
    ]
}
{
    "resourceType": "QuestionnaireResponse",
    "id": "questionnaire-Stress-Adversity-Invetory",
    "status": "completed",
    "subject": {
        "reference": "Patient/Patient3",
        "display": "Patient3"
    },
    "item": [
        {
            "linkId": "total-score",
            "text": "Total score (max 50)",
            "answer": [
                {
                    "valueString": "30",
                    "display": "Stress related to work pressure and family responsibilities"
                }
            ]
        }
    ]
}
{
    "resourceType": "QuestionnaireResponse",
    "id": "questionnaire-Anxiety-Depression",
    "status": "completed",
    "subject": {
        "reference": "Patient/Patient3",
        "display": "Patient3"
    },
    "item": [
        {
            "linkId": "anxiety",
            "text": "Anxiety (max 21)",
            "answer": [
                {
                    "valueString": "8",
                    "display": "Moderate Anxiety"
                }
            ]
        },
        {
            "linkId": "depression",
            "text": "Depression (max 21)",
            "answer": [
                {
                    "valueString": "6",
                    "display": "Mild Depression"
                }
            ]
        }
    ]
}
{
    "resourceType": "QuestionnaireResponse",
    "id": "questionnaire-Eating-Disorders",
    "status": "completed",
    "subject": {
        "reference": "Patient/Patient3",
        "display": "Patient3"
    },
    "item": [
        {
            "linkId": "total-score",
            "text": "Total score (max 6)",
            "answer": [
                {
                    "valueString": "1.4",
                    "display": "Within normal range"
                }
            ]
        }
    ]
}
