Release 4 Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R5

Supplyrequest-example-simpleorder.json Extension: Patient Adoption Info

Orders and Observations Patient Administration Work Group   Maturity Level : N/A 1 Standards Status : Informative Trial Use Compartments Use Context : Device , Any
Official URL : http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo Version : 5.0.0-snapshot3
draft as of 2020-12-28 Computable Name : PatAdoptionInfo
Flags : Non-Modifier OID : 2.16.840.1.113883.4.642.5.1346

Context of Use : Use on Element ID Patient , Practitioner , RelatedPerson

Definition

Code indication the adoption status of the patient.

Extension Content

Summary

Name Flags Card. Type Description & Constraints doco
.. PatAdoptionInfo 0..1 CodeableConcept URL = http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo
PatAdoptionInfo: Code indication the adoption status of the patient.


Use on Element ID Patient

doco Documentation for this format

Raw JSON Full Structure

Name ( canonical form Flags + also see Card. Type Description & Constraints doco
.. extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo
PatAdoptionInfo: Code indication the adoption status of the patient.


Use on Element ID Patient
... extension 0..0
... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo"
... value[x] 1..1 CodeableConcept Value of extension

doco Documentation for this format

XML Template


<!-- PatAdoptionInfo -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo" >
  <!-- from Element: extension -->
 <valueCodeableConcept><!-- I 1..1 CodeableConcept Value of extension --></valueCodeableConcept>
</extension>

JSON Format Specification Template


{ // PatAdoptionInfo
  // from Element: extension
    "extension" : [ //  sliced by value:url  in the specified order, Open ]
  // extension: Extension: Prohibited

    "url" : "http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo", // R! 
    "valueCodeableConcept" : { CodeableConcept } // I R! Value of extension
  }
)

Summary

Name Flags Card. Type Description & Constraints doco
.. PatAdoptionInfo 0..1 CodeableConcept URL = http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo
PatAdoptionInfo: Code indication the adoption status of the patient.


Use on Element ID Patient

doco Documentation for this format

Simple order Full Structure

Name Flags Card. Type Description & Constraints doco
.. extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo
PatAdoptionInfo: Code indication the adoption status of the patient.


Use on Element ID Patient
... extension 0..0
... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo"
... value[x] 1..1 CodeableConcept Value of extension

doco Documentation for resupply this format

XML Template

{ "resourceType": "SupplyRequest", "id": "simpleorder", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: simpleorder</p><p><b>identifier</b>: Order10284</p><p><b>status</b>: active</p><p><b>category</b>: Central Stock Resupply <span>(Details : {[not stated] code 'central' = 'central', given as 'Central Stock Resupply'})</span></p><p><b>priority</b>: asap</p><p><b>item</b>: Blood collect tubes blue cap <span>(Details : {[not stated] code 'BlueTubes' = 'BlueTubes', given as 'Blood collect tubes blue cap'})</span></p><p><b>quantity</b>: 10</p><p><b>occurrence</b>: 31/12/2016</p><p><b>authoredOn</b>: 31/12/2016</p><p><b>requester</b>: Henry Seven</p><p><b>supplier</b>: Vendor1</p><p><b>reasonCode</b>: Refill due to low stock <span>(Details : {[not stated] code 'stock_low' = 'stock_low', given as 'Refill due to low stock'})</span></p><p><b>deliverFrom</b>: Location 1</p><p><b>deliverTo</b>: GoodHealth Clinic Receiving</p></div>" }, "identifier": [ { "value": "Order10284" } ], "status": "active", "category": { "coding": [ { "code": "central", "display": "Central Stock Resupply" } ] }, "priority": "asap", "itemCodeableConcept": { "coding": [ { "code": "BlueTubes", "display": "Blood collect tubes blue cap" } ] }, "quantity": { "value": 10 }, "occurrenceDateTime": "2016-12-31", "authoredOn": "2016-12-31", "requester": { "display": "Henry Seven" }, "supplier": [ { "display": "Vendor1" } ], "reasonCode": [ { "coding": [ { "code": "stock_low", "display": "Refill due to low stock" } ] } ], "deliverFrom": { "display": "Location 1" }, "deliverTo": { "display": "GoodHealth Clinic Receiving"
<!-- PatAdoptionInfo -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo" >
  <!-- from Element: extension -->
 <valueCodeableConcept><!-- I 1..1 CodeableConcept Value of extension --></valueCodeableConcept>
</extension>

JSON Template


{ // PatAdoptionInfo
  // from Element: extension
    "extension" : [ //  sliced by value:url  in the specified order, Open ]
  // extension: Extension: Prohibited

    "url" : "http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo", // R! 
    "valueCodeableConcept" : { CodeableConcept } // I R! Value of extension

  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are  

Constraints

  • ele-1 : All FHIR elements must have a @value or children (xpath: hasValue() or (children().count() > id.count()) )
  • ext-1 : Must have either extensions or value[x], not both (xpath: extension.exists() != value.exists() )
  • ele-1 : On Extension.extension: All FHIR elements must have a normative part @value or children (xpath on Extension.extension: hasValue() or (children().count() > id.count()) )
  • ext-1 : On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: extension.exists() != value.exists() )
  • ele-1 : On Extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.value[x]: hasValue() or (children().count() > id.count()) )

Search

No Search Extensions defined for this resource

Examples of the specification. this extension

No examples found.