2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 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

Extension Where the activity occurred, if relevant - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/securityevent-ehrs-rle-location

Status: draft

The phyiscal location of the event (e.g. Building, room, etc.).

Health Level Seven, Inc. - EHR WG

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/securityevent-ehrs-rle-location
Where the activity occurred, if relevant: The phyiscal location of the event (e.g. Building, room, etc.).
Use on element: SecurityEvent.event
..valueResource 0..1LocationWhere the activity occurred, if relevant
Use on element: SecurityEvent.event

XML Template

<!-- Where the activity occurred, if relevant -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/securityevent-ehrs-rle-location" >
 <!-- from Element: extension -->
 <valueResource> <!-- Resource --!> /<valueResource> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/securityevent-ehrs-rle-location" : { // Where the activity occurred, if relevant
    "valueResource" : [{ Resource(Location) }] //Where the activity occurred, if relevant
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/securityevent-ehrs-rle-location
Where the activity occurred, if relevant: The phyiscal location of the event (e.g. Building, room, etc.).
Use on element: SecurityEvent.event
..valueResource 0..1LocationWhere the activity occurred, if relevant
Use on element: SecurityEvent.event

XML Template

<!-- Where the activity occurred, if relevant -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/securityevent-ehrs-rle-location" >
 <!-- from Element: extension -->
 <valueResource> <!-- Resource --!> /<valueResource> 
</extension>

JSON Template

to do