Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example JSON representation of content:

Code Block
languagejson
{
    "resourceType": "Condition",
    "code": {
        "coding": [
            {
                "code": "A00"
            }
        ],
        "text": "Cholera"
    },
    "id": 2,
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "ACSN",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "A00"
        }
    ],
    "recordedDate": "2018-03-19T06:59:00.533000"
}

...