{
    "resourceType": "Composition",
    "id": "ncdhc-composition-antvst-example",
    "meta": {
        "versionId": "1",
        "lastUpdated": "2018-12-27T16:13:03Z",
        "profile": [
            "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-composition-antenatal-visit"
        ]
    },
    "status": "final",
    "type": {
        "coding": [
            {
                "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-hi-type-1",
                "code": "ANTVSTCLC"
            }
        ],
        "text": "Antenatal Visit"
    },
    "subject": {
        
        "display": "Eve Bill"
    },
    "encounter": {
        
        "display": "DPHR Encounter"
    },
    "date": "2018-12-24T12:30:02Z",
    "author": [
        {
           
            "display": "Dr. Adam Dev"
        }
    ],
    "title": "Antenatal Record Collection Health Interaction",
    "confidentiality": "N",
    "attester": [
        {
            "mode": [
                "professional"
            ],
            "time": "2018-12-24T12:30:02Z",
            "party": {
                "display": "Blacktown Hospital"
            }
        }
    ],
    "section": [
        {
            "title": "Maternal Health Checks",
            "code": {
                "coding": [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "18114009"
                    }
                ]
            },
            "emptyReason": {
                "coding": [
                    {
                        "system": "http://hl7.org/fhir/list-empty-reason",
                        "code": "unavailable",
                        "display": "Unavailable"
                    }
                ],
                "text": "No Maternal Health Checks 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 Maternal Health Checks is empty</h1>\n\t\t\t\t\t\n</div>"
            }
        },
        {
            "title": "Fetal Health Checks",
            "code": {
                "coding": [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "713117007"
                    }
                ]
            },
            "emptyReason": {
                "coding": [
                    {
                        "system": "http://hl7.org/fhir/list-empty-reason",
                        "code": "unavailable",
                        "display": "Unavailable"
                    }
                ],
                "text": "No Fetal Health Checks 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 Fetal Health Checks is empty</h1>\n\t\t\t\t\t\n</div>"
            }
        },
        {
            "title": "Progress notes",
            "code": {
                "coding": [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "371530004"
                    }
                ]
            },
           
            "emptyReason": {
                "coding": [
                    {
                        "system": "http://hl7.org/fhir/list-empty-reason",
                        "code": "unavailable",
                        "display": "Unavailable"
                    }
                ],
                "text": "No Progress notes 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 Progress notes is empty</h1>\n\t\t\t\t\t\n</div>"
            }
        }
    ]
}