This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType": "CodeSystem", | |
"id": "icd-10-gm", | |
"meta": { | |
"profile": [ | |
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem" | |
] | |
}, | |
"url": "http://fhir.de/CodeSystem/bfarm/icd-10-gm", | |
"version": "2021", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?><Bundle xmlns="http://hl7.org/fhir"> | |
<id value="father"/> | |
<meta> | |
<lastUpdated value="2013-05-28T22:12:21Z"/> | |
</meta> | |
<identifier> | |
<system value="urn:ietf:rfc:3986"/> | |
<value value="urn:uuid:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e0"/> | |
</identifier> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"resourceType": "Specimen", | |
"id": "tumor", | |
"type": { | |
"coding": [ | |
{ | |
"system": "http://terminology.hl7.org/CodeSystem/v2-0487", | |
"code": "TUMOR", | |
"display": "Tumor" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = false | |
max_line_length = 100 | |
tab_width = 2 | |
ij_continuation_indent_size = 4 | |
ij_formatter_off_tag = @formatter:off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<StructureDefinition xmlns="http://hl7.org/fhir"> | |
<id value="familymemberhistory-genetic"/> | |
<text> | |
<status value="generated"/> | |
<div xmlns="http://www.w3.org/1999/xhtml">to do</div> | |
</text> | |
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> | |
<valueInteger value="2"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType": "Questionnaire", | |
"id": "3142", | |
"meta": { | |
"versionId": "1", | |
"lastUpdated": "2019-01-29T17:07:01.234Z" | |
}, | |
"text": { | |
"status": "generated", | |
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>version</b>: v1.0</p><p><b>title</b>: QLQ C30 Kurzform</p><p><b>status</b>: active</p><p><b>publisher</b>: Molit Institut</p><p><b>description</b>: Der QLQ-C30 ist ein Fragebogen welcher entwickelt wurde um die Lebensqualität von Krebs-Patienten zu bewerten.</p><p><b>subjectType</b>: Patient</p></div>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<OperationOutcome xmlns="http://hl7.org/fhir" | |
<text> | |
<status value="generated"/> | |
<div xmlns="http://www.w3.org/1999/xhtml"> | |
<p>Error parsing resource Xml (Unknown Content (isModifierReason) at /StructureDefinition/snapshot/element @ /StructureDefinition/snapshot/element/isModifierReason)</p> | |
</div> | |
</text> | |
<issue> | |
<severity value="error"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Terminal" | |
do script "WINEPREFIX=\"$HOME/.forge\" WINEARCH=win32 wine ~/.forge/setup.exe" | |
end tell |