Versions Compared

Key

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

...

Example JSON representation of content:

{

Code Block
{
    "resourceType": "Practitioner",

    "birthDate": "1992-02-20T00:00:00",

    "identifier":
[

{

 [
        {
            "type":
{
 {
                "coding":
[

{

 [
                    {
                        "code": "ACSN",

                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"

}

]

},


                    }
                ]
            },
            "use": "usual",

            "value": "7"

},

{


        },
        {
            "type":
{
 {
                "coding":
[

{

 [
                    {
                        "code": "PLAC",

                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"

}

]

},


                    }
                ]
            },
            "use": "usual",

            "value": "code"

}

],


        }
    ],
    "name":
[

{

 [
        {
            "family": "lastName",

            "given":
[

"OtherNames"

],

 [
                "OtherNames"
            ],
            "use": "usual"

}

],


        }
    ],
    "telecom":
[

{

 [
        {
            "system": "phone",

            "use": "home",

            "value": "PhoneNumber"

},

{


        },
        {
            "system": "email",

            "use": "home",

            "value": "email@email.com"

}

]


        }
    ]
}