|
| 1 | +{ |
| 2 | + "resourceType": "ImplementationGuide", |
| 3 | + "id": "fhir.example", |
| 4 | + "url": "http://example.org/ImplementationGuide/fhir.example", |
| 5 | + "version": "0.1.0", |
| 6 | + "name": "CRISP", |
| 7 | + "status": "draft", |
| 8 | + "publisher": "Example Publisher", |
| 9 | + "contact": [ |
| 10 | + { |
| 11 | + "name": "Example Publisher", |
| 12 | + "telecom": [ |
| 13 | + { |
| 14 | + "system": "url", |
| 15 | + "value": "http://example.org/example-publisher" |
| 16 | + } |
| 17 | + ] |
| 18 | + } |
| 19 | + ], |
| 20 | + "packageId": "fhir.example", |
| 21 | + "fhirVersion": [ |
| 22 | + "4.0.1" |
| 23 | + ], |
| 24 | + "definition": { |
| 25 | + "resource": [ |
| 26 | + { |
| 27 | + "reference": { |
| 28 | + "reference": "Questionnaire/MinimalPSAExample" |
| 29 | + }, |
| 30 | + "name": "Example for definition-based extraction", |
| 31 | + "exampleBoolean": false |
| 32 | + }, |
| 33 | + { |
| 34 | + "reference": { |
| 35 | + "reference": "QuestionnaireResponse/MinimalPSAExampleResponse" |
| 36 | + }, |
| 37 | + "name": "MinimalPSAExampleResponse", |
| 38 | + "exampleBoolean": false |
| 39 | + }, |
| 40 | + { |
| 41 | + "reference": { |
| 42 | + "reference": "StructureDefinition/MyPatient" |
| 43 | + }, |
| 44 | + "name": "MyPatient", |
| 45 | + "description": "An example profile of the Patient resource.", |
| 46 | + "exampleBoolean": false |
| 47 | + }, |
| 48 | + { |
| 49 | + "reference": { |
| 50 | + "reference": "Patient/PatientExample" |
| 51 | + }, |
| 52 | + "name": "PatientExample", |
| 53 | + "description": "An example of a patient with a license to krill.", |
| 54 | + "exampleCanonical": "http://example.org/StructureDefinition/MyPatient" |
| 55 | + } |
| 56 | + ], |
| 57 | + "page": { |
| 58 | + "nameUrl": "toc.html", |
| 59 | + "title": "Table of Contents", |
| 60 | + "generation": "html", |
| 61 | + "page": [ |
| 62 | + { |
| 63 | + "nameUrl": "index.html", |
| 64 | + "title": "Example Home", |
| 65 | + "generation": "markdown" |
| 66 | + }, |
| 67 | + { |
| 68 | + "nameUrl": "workflow.html", |
| 69 | + "title": "Workflow", |
| 70 | + "generation": "markdown" |
| 71 | + } |
| 72 | + ] |
| 73 | + }, |
| 74 | + "parameter": [ |
| 75 | + { |
| 76 | + "code": "copyrightyear", |
| 77 | + "value": "2024+" |
| 78 | + }, |
| 79 | + { |
| 80 | + "code": "releaselabel", |
| 81 | + "value": "ci-build" |
| 82 | + } |
| 83 | + ] |
| 84 | + } |
| 85 | +} |
0 commit comments