Versions Compared

Key

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

...

Code Block
languagexml
titlePatient create using operation
POST /Patient/$createPatient
Content-Type: text/xml; extended-operation-type
Accept: */*
Host: localhost:8080
accept-encoding: gzip, deflate
content-length: 689
<Parameters
    xmlns="http://hl7.org/fhir">
    <parameter>
        <name value="ssncrn" />
        <valueIdentifier>
            <system value="urn:oid:1.2.208.176.1.2" />
            <value value="01077299962810887020" />
        </valueIdentifier>
    </parameter>
    <parameter>
        <name value="policy" />
        <valueUri value="https://danskelove.dk/sundhedsloven" />
    </parameter>
    <parameter>
        <name value="managingOrganization" />
        <valueReference>
            <identifier>
                <system value="urn:oid:1.2.208.176.1.1" />
                <value value="275891000016005" />
            </identifier>
        </valueReference>
    </parameter>
</Parameters>

...