Created
July 23, 2025 13:06
-
-
Save patrick-werner/becc26615d4c1c515c52624bce773887 to your computer and use it in GitHub Desktop.
testcase fhir validator
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": "Observation", | |
| "id": "ExampleCRP1", | |
| "subject": { | |
| "reference": "Patient/PatientinMusterfrau" | |
| }, | |
| "status": "final", | |
| "code": { | |
| "coding": [ | |
| { | |
| "code": "1988-5", | |
| "system": "http://loinc.org", | |
| "display": "C-reaktives Protein [Masse/Volumen] in Serum oder Plasma" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment