This page is part of the FHIR Specification (v0.01: Historical Archive Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
<MessageConformance xmlns="http://www.hl7.org/fhir"> <id>37ce5d0d-6782-4f9c-9a30-3fb73d162545</id> <date>2012-01-04</date> <publisher> <name>ACME Corporation</name> <contact> <system>email</system> <value>wile@acme.org</value> </contact> </publisher> <software> <name>PAS</name> <version>1.02-012341</version> </software> <event> <code>admin-create</code> <resource>Person</resource> <mode>sender</mode> <request> <resource> <type>Person</type> <name>focus</name> <element> <path>Person.id</path> <min>1</min> <max>1</max> <conformance>Mandatory</conformance> </element> <element> <path>Person.identifier</path> <min>1</min> <max>1</max> <conformance>Mandatory</conformance> </element> <element> <path>Person.identifier.type</path> <min>1</min> <max>1</max> <type>Coding</type> <conformance>Mandatory</conformance> <value> <Coding> <code>patient</code> <system>urn:hl7-org:sid/fhir/identifier-type</system> </Coding> </value> </element> <element> <path>Person.identifier.identifier</path> <min>1</min> <max>1</max> <type>Identifier</type> <conformance>Mandatory</conformance> </element> <element> <path>Person.identifier.period</path> <min>0</min> <max>0</max> <type>Interval(humanDate)</type> <conformance>Prohibited</conformance> </element> <element> <path>Person.identifier.assigner</path> <min>0</min> <max>0</max> <type>Resource(Organization)</type> <conformance>Prohibited</conformance> </element> </resource> </request> </event> <event> <code>admin-update</code> <resource>Person</resource> <mode>sender</mode> <!-- no constraints on resources here - we are just declaring that the event is supported without saying anything about the content --> </event> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml"> <p>Update Person resource for Peter James CHALMERS ("Jim"), MRN: 12345 (Acme Healthcare)</p> </div> </text> </MessageConformance>