{
    "resourceType": "Composition",
    "id": "780f219f-97a8-486d-99d9-ed631fe4fc57",
    "meta": {
        "versionId": "1",
        "lastUpdated": "2019-12-11T14:36:03Z",
        "profile": [
            "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-composition-health-check-assessment"
        ]
    },
    "status": "final",
    "type": {
        "coding": [
            {
                "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-hi-type-1",
                "code": "HEALTHCKASSMT49M",
                "display": "Health Check Assessment 4-9 months"
            }
        ]
    },
    "class": {
        "coding": [
            {
                "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-document-class-1",
                "code": "HEALTHCKASSMT",
                "display": "Health Check Assessment"
            }
        ]
    },
    "subject": {
        "reference": "Patient/patient-baby-example",
        "display": "Baby of Eve Bill"
    },
    "encounter": {
        "display": "Location: Blacktown Hostpital. This example only"
    },
    "title": "Health Check Assessment Health Interaction",
    "date": "2019-11-21T05:48:51.346Z",
    "author": [
        {
            "reference": "Practitioner/examiner-practitioner"
        }
    ],
    "attester": [
        {
            "mode": [
                "professional"
            ],
            "party": {
                "reference": "Practitioner/examiner-practitioner"
            }
        }
    ],
    "custodian": {
        "reference": "Organization/examiner-organization"
    },
    "section": [
        {
            "title": "Vital Signs and Measurements",
            "code": {
                "coding": [
                    {
                        "system": "http://loinc.org",
                        "code": "67795-5"
                    }
                ]
            },
            "emptyReason": {
                "coding": [
                    {
                        "system": "http://hl7.org/fhir/list-empty-reason",
                        "code": "unavailable",
                        "display": "Unavailable"
                    }
                ],
                "text": "No vital sign details recored"
            },
            "text": {
                "status": "generated",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t\t\t\t\n<h1>Section to represent Vital Signs and Measurements is empty</h1>\n\t\t\t\t\t\n</div>"
            }
        },
        {
            "title": "Health conditions section",
            "code": {
                "coding": [
                    {
                        "system": "http://loinc.org",
                        "code": "46030-3"
                    }
                ]
            },
            "emptyReason": {
                "coding": [
                    {
                        "system": "http://hl7.org/fhir/list-empty-reason",
                        "code": "unavailable",
                        "display": "Unavailable"
                    }
                ],
                "text": "No health condition details recored"
            },
            "text": {
                "status": "generated",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t\t\t\t\n<h1>Section to represent Health conditions is empty</h1>\n\t\t\t\t\t\n</div>"
            }
        }
    ]
}